home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / gfx / show / Show.readme < prev    next >
Text File  |  1999-03-02  |  6KB  |  198 lines

  1. Short:    Cybergfx only picture viewer V1.14
  2. Author:   al.renard@infoboard.be(Alain Renard)
  3. Uploader: al.renard@infoboard.be(Alain Renard)
  4. Version:  1.14
  5. Type:     gfx/show
  6.  
  7. New in version 1.14
  8. ===================
  9. - Show can now be started from WB.
  10. - Preferences grouped into a window.
  11. - While browsing the memorized pictures in the 'Goto memorized' window, you now see
  12.   the images directly.
  13.  
  14. New in version 1.13
  15. ===================
  16. - Added the LIST/K argument in the command line. See Below.
  17.  
  18. New in version 1.12
  19. ===================
  20. - The grayscale images are now loaded/saved as grayscale in TIFF format
  21. - Added Gamma for PNG loading
  22. - More prefs are saved now
  23.  
  24. New in version 1.11
  25. ===================
  26. - Load and save TIFF images.
  27. - Now you can resize the picture freely.
  28. - New menu item: Gamma correction.
  29. - ATTENTION : ixemul.library is now needed!
  30. - ATTENTION : new prefs file format...sorry! :(
  31.  
  32. What is it?
  33. ===========
  34. Show is a picture viewer for CyberGraphics systems.
  35. It can decode the next picture formats:
  36. - JPEG,PNG,GIF,TARGA,BMP,PPM,TIFF
  37. and can save in
  38. - JPEG,PNG,TIFF and RAW
  39. It open on a CyberGraphics screen (16/24bits) only.
  40.  
  41. Invocation from a shell:
  42. ========================
  43.     Show    PATTERN,MODEID=ID/K/N,LOOP=LP/S,NOERROR=NE/S,GETMODEID=GM/S,
  44.             PROGRESS=PG/S,CRYPT=CR/S,PRESERVE=PR/S,OVERWARN=OW/S,CLICK=CL/S,
  45.             LIST=LI/K,JPGQUAL=JQ/K/N,JPGGRAY=JG/S,JPGSIZE=JS/K/N
  46.  
  47. PATTERN:
  48.     - Just a filename, eg : RAM:T/mypic.jpg
  49.     - A pattern, eg: RAM:T/#?30#?.tiff
  50.     - A directory, eg: RAM:T/
  51.       Equivalent to RAM:T/#?
  52.       (You have to put the '/' at the end to indicate a directory!)
  53.  
  54. MODEID=ID/K/N:
  55.     The screen mode (in decimal)
  56.  
  57. LOOP=LP/S:
  58.     If you want endless loop in viewing.
  59.  
  60. NOERROR=NE/S:
  61.     If you do not want the errors being reported.
  62.  
  63. GETMODEID=GM/S:
  64.     Force the mode requester to appear before the program starts.
  65.  
  66. PROGRESS=PG/S:
  67.     Open the progress window when loading a picture.
  68.  
  69. CRYPT=CR/S:
  70.     Save files crypted.
  71.  
  72. PRESERVE=PR/S:
  73.     Preserve files dates.
  74.  
  75. OVERWARN=OW/S:
  76.     Open a requester to ask if you want to overwrite a file.
  77.  
  78. CLICK=CL/S:
  79.     Click with the mouse in the main window loads the next picture.
  80.  
  81. LIST=LI/K:
  82.     Take precedence over the FILES argument.
  83.     When present, Show will read the list file given instead of reading images directly.
  84.     The list file is made of lines of text, each of which is a file name.
  85.  
  86.     Example:
  87.         Show LIST RAM:mylist
  88.  
  89.         and the content of the file RAM:mylist is:
  90.  
  91.         WORK:pics/png/john.png
  92.         WORK:pics/tif/blue_parrot.tif
  93.         DATAS:mypics/eros/Regina.jpg
  94.         ...
  95.  
  96. JPGQUAL=JQ/K/N:
  97.     JPEG save quality (default=80).
  98.  
  99. JPGGRAY=JG/S:
  100.     Load JPEG in grayscale.
  101.  
  102. JPGSIZE=JS/K/N:
  103.     JPEG picture sizing when loading (0=auto, 1=full, 2=1/2, 4=1/4, 8=1/8; default=1).
  104.  
  105. These options take precedence over the preferences saved.
  106. You can also invoque Show simply by
  107.     Show
  108. and a filerequester will appear for you to choose your files.
  109.  
  110. Invocation from Workbench:
  111. ==========================
  112.     The tooltypes are the same than when starting from a shell except there are no
  113.     'LIST' or 'PATTERN'.
  114.     You can use the shortcuts.
  115.  
  116. Usage:
  117. ======
  118. Not much to say, apart for the Compose menu:
  119. Compose allow you to...compose several images in a big one.
  120. To achieve that, you have to 'memorize' the images first.
  121. So say you want to compose image1.jpg, image2.jpg, image3.jpg and image4.jpg:
  122.     - a) load the images (!)
  123.     - b) while each image is displayed, memorize it (menu 'Image/Memory/Memorize Image')
  124.     - c) compose (menu 'Image/Memory/Compose Memorized Images')
  125. Here you can choose the layout and the space between images.
  126. Press 'OK' to save it.
  127. Note: Pressing HELP in the main window help to remember some keyboard shortcuts
  128. while composing or cropping.
  129.  
  130. XPK:
  131. Files compacted/crypted with XPK are OK.
  132. You can even crypt your images from within the program.
  133.  
  134. Preferences:
  135. ============
  136. The preferences are saved in ENVARC:Show.prefs ('Save') and ENV:Show.prefs ('Use').
  137. Files Comment are always preserved.
  138.  
  139. You can customize the keyboard as you like.
  140.  
  141. Versions:
  142. =========
  143. There are 2 versions, one for 68000 and the other for 68040 *AND* a FPU.
  144.  
  145. And...This program is TOTALLY FREE ;)
  146.  
  147.  
  148. Notes:
  149. ======
  150.  
  151. a) I'm NOT a programmer, so please forgive me if you find bugs!
  152.    Anyway, your comments are always welcome; PLEASE email me
  153.    if you have bugs reports, comments, encouragements, etc...
  154.  
  155. b) Yes, this program still lacks many things!
  156.    I would like to have datatypes support, but I dont have a
  157.    clue how to gain control over the image datas in this case.
  158.    (If YOU know how to do this, let me know...)
  159.  
  160. c) Compiled with gcc-2.7.2.1.
  161.    It is slow and (IMHO) buggy, but it's free!
  162.  
  163. END.
  164.  
  165.  
  166. ============================= Archive contents =============================
  167.  
  168. Original  Packed Ratio    Date     Time    Name
  169. -------- ------- ----- --------- --------  -------------
  170.     1636     861 47.3% 08-Feb-99 14:05:44  c.info
  171.    10296    5679 44.8% 02-Feb-99 19:38:50 +RandomFiles
  172.     9940    5503 44.6% 02-Feb-99 19:39:22 +Randomfiles.040
  173.     4236    1806 57.3% 07-Feb-99 15:06:34 +Show.040.info
  174.     4236    1806 57.3% 07-Feb-99 15:06:34 +Show.info
  175.     1636     856 47.6% 08-Feb-99 14:05:58  docs.info
  176.     1070     522 51.2% 02-Feb-99 19:37:18 +RandomFiles.readme
  177.      852     372 56.3% 07-Feb-99 15:40:46 +RandomFiles.readme.info
  178.      852     371 56.4% 08-Feb-99 14:04:54 +Show.install.info
  179.     4619    2235 51.6% 07-Feb-99 15:36:58 +Show.readme
  180.      852     370 56.5% 07-Feb-99 15:38:42 +Show.readme.info
  181.     1636     859 47.4% 08-Feb-99 14:05:40  libs.info
  182.   105728   62326 41.0% 11-Aug-98 11:34:10 +gtlayout.library
  183.   172136   96982 43.6% 20-Mar-98 23:33:34 +ixemul000.library
  184.   167244   95569 42.8% 28-Jun-98 15:59:40 +ixemul040fpu.library
  185.    46148   30624 33.6% 09-Sep-97 04:18:24 +reqtools.library
  186.     1636     852 47.9% 08-Feb-99 14:08:34  locale.info
  187.     1636     851 47.9% 08-Feb-99 14:08:42 +catalogs.info
  188.     1636     853 47.8% 08-Feb-99 14:07:22 +français.info
  189.     7122    2955 58.5% 06-Feb-99 15:38:36 +Show.catalog
  190.     1636     853 47.8% 08-Feb-99 14:09:08  s.info
  191.       56      56  0.0% 02-Feb-99 19:10:50 +RandomFiles.cfg
  192.    12197    3455 71.6% 06-Feb-99 15:36:36  show.cd
  193.      417     229 45.0% 08-Feb-99 14:26:04 +Show.install
  194.   559072  243469 56.4% 08-Feb-99 15:41:58 +Show
  195.   551296  239431 56.5% 08-Feb-99 17:39:26 +Show.040
  196. -------- ------- ----- --------- --------
  197.  1669821  799745 52.1% 08-Feb-99 23:32:20   26 files
  198.